Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Update app services, android components, and megazord configuration #864

Closed
wants to merge 1 commit into from

Conversation

thomcc
Copy link
Contributor

@thomcc thomcc commented Aug 2, 2019

As discussed in the last A-S/Lockwise meeting, this is a PR that updates A-S/A-C to the new megazord configuration. It also includes the long-awaited telemetry ping support, however it just logs it to the console in a hacky way.

This is a PR, but as discussed, I won't have time to see this through, so someone should take it over for me. At a minimum I think:

  • you should figure out what you want to do with the telemetry ping (you probably shouldn't just log it)
  • you should wait until A-C 7.0.0 is actually released instead of a snapshot version, unless yoou want to move to using snapshots the way fenix/r-b do.

@thomcc thomcc requested a review from a team as a code owner August 2, 2019 18:46
@eliserichards eliserichards added this to the 1.2.0 - Q3 Sprint 3 milestone Aug 5, 2019
Copy link
Contributor

@jhugman jhugman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me once the ac version is updated to 7.0.0.

} else {
logger.lifecycle("Local configuration: application-services substitution path missing. Specify it via '$settingAppServicesPath' setting.")
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

@@ -9,11 +9,12 @@
buildscript {
ext.android_support_version = '28.0.0'
ext.kotlin_version = '1.3.0'
ext.android_components_version = '4.0.0'
// XXX: might not want to use the prerelease version?
ext.android_components_version = '7.0.0-SNAPSHOT'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably not release with a snapshot version of Android Components.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7.0.0 is released now, we might like to update to that.

@eliserichards
Copy link
Contributor

Updated and merged in #865. Thanks @thomcc ! 🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants